From: Dan Nicolaescu Date: Thu, 18 Nov 2010 16:59:12 +0000 (-0800) Subject: * src/callproc.c (syms_of_callproc): Use intern_c_string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5613 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ac364222b7f3b60362fed805b68658d87512fb71;p=emacs.git * src/callproc.c (syms_of_callproc): Use intern_c_string. --- diff --git a/src/ChangeLog b/src/ChangeLog index ebf53956f01..4c72fcd299a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-11-18 Dan Nicolaescu + * callproc.c (syms_of_callproc): Use intern_c_string. + Move declarations from .c files to .h files. * process.c (timers_run): * minibuf.c (quit_char): diff --git a/src/callproc.c b/src/callproc.c index ef086020e71..59067040fd9 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1516,7 +1516,7 @@ void syms_of_callproc (void) { #ifdef DOS_NT - Qbuffer_file_type = intern ("buffer-file-type"); + Qbuffer_file_type = intern_c_string ("buffer-file-type"); staticpro (&Qbuffer_file_type); #endif /* DOS_NT */